APP_DEBUG=false
APP_KEY=

# Developer license bypass: accept any non-empty key without contacting the
# license server. NEVER enable in production.
POS_LICENSE_DEV_BYPASS=false
LICENSE_KEY=asdasd
LICENSE_FINGERPRINT=
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=test
DB_USERNAME=root
DB_PASSWORD=
APP_URL=http://127.0.0.1:8000/
APP_ENV=production
POS_DEMO_MODE=false